Skip to content

Compatibility changes for V8 7.4 support#142

Merged
SamSaffron merged 3 commits intomasterfrom
v8-7.4
May 29, 2019
Merged

Compatibility changes for V8 7.4 support#142
SamSaffron merged 3 commits intomasterfrom
v8-7.4

Conversation

@ignisf
Copy link
Copy Markdown
Contributor

@ignisf ignisf commented May 28, 2019

No description provided.

ignisf added 3 commits May 28, 2019 17:59
@ignisf ignisf requested a review from SamSaffron May 28, 2019 15:50
static VALUE rb_cDateTime = Qnil;

static Platform* current_platform = NULL;
static std::unique_ptr<Platform> current_platform = NULL;
Copy link
Copy Markdown
Contributor Author

@ignisf ignisf May 28, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SamSaffron, check this out. The new platform API mandates the use of an std::unique_ptr.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh interesting!

@SamSaffron
Copy link
Copy Markdown
Collaborator

OK lets try this out! CI is freaking out about bundler :( will get it sorted

@SamSaffron SamSaffron merged commit a3cfe31 into master May 29, 2019
@ignisf
Copy link
Copy Markdown
Contributor Author

ignisf commented May 29, 2019

They should be releasing a new version of bundler that no longer has this issue. rubygems/bundler#6996

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants